c# calculate sum of list

55

c# calculate sum of list -

double total = myList.Sum(item => item.Amount);

Comments

Submit
0 Comments